projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7cfa73
)
(c++-keywords): Add "typeid".
author
Karl Heuer
<kwzh@gnu.org>
Tue, 20 Jul 1999 04:39:17 +0000
(
04:39
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 20 Jul 1999 04:39:17 +0000
(
04:39
+0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 13c7da67962ca0a6275d457dfd6f6a277a175656..9ce0adef3715668738f7c88c8f3422a0b1511245 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2425,6
+2425,7
@@
See also `c++-font-lock-extra-types'.")
(regexp-opt
'("break" "continue" "do" "else" "for" "if" "return" "switch"
"while" "asm" "catch" "delete" "new" "sizeof" "this" "throw" "try"
+ "typeid"
;; Branko Cibej <branko.cibej@hermes.si> says this is new.
"export"
;; Mark Mitchell <mmitchell@usa.net> says these are new.